home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 September / macformat-041.iso / mac / Shareware City / Graphics / MacSPD / Sources / README < prev    next >
Encoding:
Text File  |  1995-04-22  |  26.4 KB  |  514 lines  |  [TEXT/MMCC]

  1. STANDARD PROCEDURAL DATABASES, by Eric Haines, 3D/Eye, Inc.
  2.  
  3. [Created while under contract to Hewlett-Packard FSD and HP Laboratories]
  4. Version 3.6, as of 4/3/95
  5.     address: 3D/Eye, Inc., 1050 Craft Road, Ithaca, NY 14850
  6.     email: erich@eye.com
  7.  
  8. This software package is not copyrighted and can be used freely.
  9.  
  10. History
  11. -------
  12. Versions 1.0 to 1.5 released February to June, 1987 for testing.
  13. Version 2.0 released July, 1987.
  14. Version 2.1 released August, 1987 - corrected info on speed of the HP 320,
  15.     other minor changes to README.
  16. Version 2.2 released November, 1987 - shortened file names to <=12 characters,
  17.     procedure names to <= 32 characters, and ensured that all lines are <= 80
  18.     characters (including return character).
  19. Version 2.3 released March, 1988 - corrected gears.c to avoid interpenetration,
  20.     corrected and added further instructions and global statistics for ray
  21.     tracing to README.
  22. Version 2.4 released May, 1988 - fixed hashing function for mountain.c.
  23. Version 2.5 released October, 1988 - added NFF documentation.
  24. Version 2.6 released August, 1989 - lib_output_cylcone fix (start_norm.w was
  25.     not initialized).
  26. Version 2.7 released July, 1990 - comment correction in lib.c, NFF file
  27.     clarifications.
  28. Version 3.0 released October, 1990 - added teapot.c database, mountain.c
  29.     changed to mount.c, additions to def.h and lib.c, changes to README and
  30.     NFF, added patchlevel.h file.
  31. Version 3.1 released November, 1992 - minor typo fixes, updated FTP list,
  32.     makefile update
  33. Version 3.1a released November, 1993 - readnff added, lib split into multiple
  34.     smaller files, mac code updated
  35. Version 3.2 released May, 1994 - added RIB output, readdxf added, more updates
  36. Version 3.3 released June, 1994 - added DXF output, more lib splitting, etc
  37. Version 3.3f4 released August, 1994 - fixes to Mac files (see README.MAC),
  38.     error handling for Mac added to readnff program.
  39. Version 3.4 released October, 1994 - Larry Gritz fixed RenderMan output.
  40. Version 3.5 released November, 1994 - Alexander Enzmann fixed PLG output and
  41.     added Wavefront OBJ output and RenderWare RWX output, and Wavefront OBJ
  42.     reader "readobj".  Deleted Mac binary files from distribution (too much
  43.     trouble, and a Mac sit version is distributed separately).
  44. Version 3.6 released April, 1995 - vertex order fixes by Enzmann and Michael
  45.     Jones, Enzmann added jacks and transformation support, other minor cleanup.
  46.     drv_hp.c changed to reflect changes to view transform output.
  47. Version 3.6 Mac released April 23, 1995 - by Eduard Schwan, reworked drv_mac
  48.     to be more compatible under System 7, added SIZE support to sombrero, and
  49.     added new output formats to input popup.  Also compiled under Metrowerks
  50.     Codewarrior 5.5, and redistributed the PLATFORM_MULTITASK a little.
  51.  
  52.  
  53. {These files use tab characters worth 8 spaces}
  54.  
  55.  
  56. Introduction
  57. ------------
  58.  
  59.     This software is meant to act as a set of basic test images for ray
  60. tracing algorithms.  The programs generate databases of objects which are
  61. fairly familiar and "standard" to the graphics community, such as the teapot,
  62. a fractal mountain, a tree, a recursively built tetrahedral structure, etc.  I
  63. originally created them for my own testing of ray tracing efficiency schemes.
  64. Since their first release other researchers have used them to test new
  65. algorithms.  In this way, research on algorithmic improvements can be compared
  66. in a more standardized way.  If one researcher ray-traces a car, another a
  67. tree, the question arises, "How many cars to the tree?"  With these databases
  68. we may be comparing oranges and apples ("how many hypercubes to a timeshared
  69. VAX?"), but it's better than comparing oranges and orangutans.  In addition,
  70. this document outlines some statistics that are more meaningful to researchers
  71. than raw timing tests.  Using these statistics along with the same scenes
  72. allows us to compare results in a more meaningful way.
  73.  
  74.     With the development and release of the Anderson benchmarks for graphics
  75. hardware, the use of the SPD package for hardware testing is somewhat
  76. redundant.  Therefore I have deleted references to testing hidden-surface
  77. algorithms in this version.  However, another interesting use for the SPD has
  78. been noted:  debugging.  By comparing the images and the statistics with the
  79. output of your own ray tracer, you can detect program errors.  For example,
  80. "mount" is useful for checking if refraction rays are generated correctly, and
  81. "balls" can check for the correctness of eye and reflection rays.
  82.  
  83.     The images for these databases and other information about them can be
  84. found in "A Proposal for Standard Graphics Environments," IEEE Computer
  85. Graphics and Applications, vol. 7, no. 11, November 1987, pp.  3-5.  See
  86. IEEE CG&A, vol. 8, no. 1, January 1988, p. 18 for the correct image of the
  87. tree database (the only difference is that the sky is blue, not orange).  The
  88. teapot database was added later, and consists of a shiny teapot on a shiny
  89. checkerboard.
  90.  
  91.     The SPD package is available via anonymous FTP from:
  92.  
  93.     [ftp.]princeton.edu:/pub/Graphics/SPD
  94.     avalon.chinalake.navy.mil:/pub/utils/SPD
  95.     wuarchive.wustl.edu:/graphics/graphics/SPD (I think! Hard to get on!)
  96.  
  97. among others.  For those without FTP access, write to the netlib automatic
  98. mailer:  research!netlib and netlib@ornl.gov are the sites.  Send a one line
  99. message "send index" for more information, or "send haines from graphics" for
  100. the latest version of the SPD package.
  101.  
  102.  
  103. File Structure
  104. --------------
  105.  
  106.     Various different procedural database generators are included.  The
  107. original programs were:  balls, gears, mount, rings, tetra, and tree, and so
  108. these are more commonly used for performance testing.  The teapot generator
  109. was added due to popular request (what with it being the sixth platonic solid
  110. and all).  These models were designed to span a fair range of primitives,
  111. modeling structures, lighting and surface parameters, background conditions,
  112. and other factors.  There are also shell and lattice generators just for
  113. amusement, and a sombrero height field generator to show off this type of
  114. output (which is not a part of NFF, but is useful for other types of output).
  115. A complexity factor is provided within each program to control the size of the
  116. database generated.  See the MANIFEST for a description of each file.
  117.  
  118.     The compiled and linked programs will output a database in ASCII to stdout
  119. containing viewing parameters, lighting conditions, material properties, and
  120. geometric information.  The data format is called the 'neutral file format'
  121. (or NFF) and is described in the `NFF' file.  This format is meant to be
  122. minimal and easy to attach to a user-written filter program which will convert
  123. the output into a file format of your choosing.
  124.  
  125.     Either of two sets of primitives can be selected for output.  If
  126. OUTPUT_FORMAT is defined as OUTPUT_CURVES, the primitives are spheres, cones,
  127. cylinders, and polygons.  If OUTPUT_FORMAT is set to OUTPUT_PATCHES, the
  128. primitives are output as polygonal patches and polygons (i.e.  all other
  129. primitives are polygonalized).  In this case OUTPUT_RESOLUTION is used to set
  130. the amount of polygonalization of non-polygonal primitives.  In general,
  131. OUTPUT_CURVES is used for ray-trace timing tests, and OUTPUT_PATCHES for
  132. polygon-based algorithm timings.  Note that sphere primitives are not
  133. polygonalized using the simple longitude/latitude tessellation, but rather are
  134. chopped along the six faces of a cube projected onto the sphere.  This
  135. tessellation avoids generation of the cusp points at the sphere's poles and so
  136. eliminates discontinuities due to them.
  137.  
  138.     The size factor is used to control the overall size of the database.
  139. Default values have been chosen such that the maximum number of primitives
  140. less than 10,000 is output.  One purpose of the size factor is to avoid
  141. limiting the uses of these databases.  Depending on the research being done
  142. and the computing facilities available, a larger or smaller number of
  143. primitives may be desired.  The size factor can also be used to show how an
  144. algorithm's time changes as the complexity increases.
  145.  
  146.     To generate the databases, simply type the name of the database and direct
  147. the output as desired, e.g. "balls > balls.nff" creates the default sized
  148. database and sends the output to balls.nff.  A new feature in 3.0 is that you
  149. can enter the size factor on the command line, e.g.  "balls 2 > balls.nff"
  150. gives a much smaller database of 91 spheres.  You can also decide to output in
  151. true curved or polygonal mesh modes, and can also choose from a variety of
  152. output modes other than NFF.  Typing "balls -?" gives a summary.  See the
  153. header of the database C file (e.g. "balls.c") for how the size factor
  154. affects the output.
  155.  
  156.     Other parameters in the code itself (for example, branching angles for
  157. "tree.c" and the fractal dimension in "mount.c") are included for your own
  158. enjoyment, and so normally should not be changed if the database is used for
  159. timing tests.  Because the hashing function in the original release of
  160. "mount.c" is not very good (at low resolutions there is patterning), there is
  161. a better hashing function provided which can be turned on by defining
  162. NEW_HASH.  Use the old hashing function (i.e. don't change anything) for
  163. consistency with previously published results, use the new one for better
  164. results.
  165.  
  166.     Since the SPD package is designed to test efficiency, the actual shading
  167. of the images is mostly irrelevant.  All that matters is that reflective
  168. surfaces spawn reflection rays and transmitters spawn refraction rays.  For
  169. this reason the effect of the other shading parameters is up to the
  170. implementer.  Note that light intensities, ambient components, etc. are not
  171. specified.  These may be set however you prefer.  Feel free to change any
  172. colors you wish (especially the garish colors of `rings').  The thrust of
  173. these databases is the testing of rendering speeds, and so the actual color
  174. should not affect these calculations.  An ambient component should be used for
  175. all objects, so that the time to compute it is included in the ray tracing
  176. statistics.  A simple formula for a relative intensity (i.e. between 0 and
  177. 1) for each light and for the ambient component is the following:
  178.  
  179.     sqrt(# lights) / (# lights * 2).
  180.  
  181.     If you desire a model for a good scene description language, NFF is not
  182. it.  Instead, you should look at Craig Kolb's ray-tracer language, which is
  183. part of his excellent RayShade ray tracer, available via anonymous FTP from
  184. princeton.edu:/pub/Graphics, or at POV-Ray, at ftp.povray.org.  Of the public
  185. domain ray tracers, Rayshade is the one to beat for speed, POV for popularity
  186. (especially on the PC).
  187.  
  188.     The programs all attempt to minimize program size (for ease in
  189. distributing) and memory usage, and none allocate any dynamic memory.  As
  190. such, many of the programs are relatively inefficient, regenerating various
  191. data again and again instead of saving intermediate results.  This behavior
  192. was felt to be unimportant, since generating the data is a one-time affair
  193. which normally takes much less time than actually rendering the scene.
  194.  
  195.  
  196. Database Analysis
  197. -----------------
  198.  
  199.     The databases were designed with the idea of diversity in mind.  The
  200. variables considered important were the amount of background visible, the
  201. number of lights, the distribution of sizes of objects, the amount of
  202. reflection and refraction, and the depth complexity (how many objects a ray
  203. from the eye passes through).
  204.  
  205. balls:  This database is sometimes called "sphereflake", as it is generated
  206.     like a snowflake curve.  This database consists mostly of various sized
  207.     spheres.  It has no eye rays which hit the background, and the three light
  208.     sources cause a large number of shadow rays to be generated.
  209.  
  210. gears:  This database consists of a set of meshed gears.  Some of the gears
  211.     are transmitters, making this database lengthy to render.  The gear faces
  212.     each have 144 vertices, and thus tests polygon inside/outside test
  213.     efficiency.  Depth complexity is medium.
  214.  
  215. mount:  The fractal mountain generator is derived from Loren Carpenter's
  216.     method, and the composition with the four glass spheres is inspired by
  217.     Peter Watterberg's work.  Most objects are tiny (i.e. fractal facets),
  218.     but rendering time is dominated by the rendering of the four large
  219.     spheres.  Depth complexity is low, and there is much background area.
  220.  
  221. rings:  Objects with six pentagonal rings form a pyramid against a background
  222.     polygon.  With a high amount of interreflection and shadowing, this scene
  223.     is fairly lengthy to render.  Depth complexity is also high, with
  224.     all of the objects partially or fully obscured.
  225.  
  226. teapot:  The famous teapot on a checkerboard.  There are a number of
  227.     variations on the teapot database, i.e. whether the bottom is included
  228.     (the IEEE CG&A article added a bottom), variations in the control points
  229.     on the lid (which creates thin, almost degenerate triangles), etc.  For
  230.     this database generator, the bottom is created, and the degenerate
  231.     polygonal patches at the center of the lid and bottom are not output.  The
  232.     bottom of the teapot is not flat, interestingly enough.  The resolution of
  233.     the checkerboard shows the resolution of the teapot meshing (with each
  234.     teapot quadrilateral cut into two triangles), e.g. an 8x8 checkerboard
  235.     means that 8x8x2 triangles are generated per patch.  The definitions for
  236.     the 32 Bezier patches are a part of the program.  All objects are
  237.     reflective and there are two light sources.  Depth complexity is low.
  238.  
  239. tetra:  A recursive tetrahedral pyramid, first visualized by Benoit Mandelbrot
  240.     and Alan Norton.  This scene is dominated by background (around 80%).  With
  241.     the objects not being reflective and there being only one light source,
  242.     this database is particularly quick to render, with various forms of
  243.     coherency being very useful.  Depth complexity is medium, though some
  244.     rays must pass by many triangles for some of the background pixels.
  245.  
  246. tree:  A tree formed using Aono and Kunii's tree generation method.  With
  247.     seven light sources, the emphasis is on shadow testing.  Shadow caching
  248.     yields little improvement due to the narrow primitives, and many shadow
  249.     rays pass through complex areas without hitting any objects.  There is a
  250.     fair amount of background area.  Depth complexity is low.
  251.  
  252.  
  253.         balls      gears       mount       rings
  254.         -----      -----       -----       -----
  255. primitives        SP         P           PS         YSP
  256. total prim.      7382       9345        8196        8401
  257. poly/patches    1417K       9345        8960        874K
  258.  
  259. lights            3          5           1           3
  260. background        0%         7%         34%          0%
  261. specular         yes        yes         yes         yes
  262. transmitter       no        yes         yes          no
  263.  
  264. eye hit rays   263169     245086      173125      263169
  265. reflect rays   175095     304643      354769      315236
  266. refract rays        0     207564      354769           0
  267. shadow rays    954368    2246955      412922     1085002
  268.  
  269.  
  270.            teapot       tetra        tree
  271.            ------       -----        ----
  272. primitives       TP           P           OSP
  273. total prim.      9264        4096        8191
  274. poly/patches     9264        4096        852K
  275.  
  276. lights            2           1           7
  277. background       39%         81%         35%
  278. reflector        yes          no          no
  279. transmitter       no          no          no
  280.  
  281. eye hit rays   161120       49788      169836
  282. reflect rays   225248           0           0
  283. refract rays        0           0           0
  284. shadow rays    407656       46112     1097419
  285.  
  286.  
  287.     "primitives" are S=sphere, P=polygon, T=polygonal patch, Y=cylinder,
  288. O=cone, listed from most in database to least.
  289.  
  290.     "total prim." is the total number of ray-tracing primitives (polygons,
  291. spheres, cylinders and cones) in the scene.  The number of polygons and vectors
  292. generated is a function of the OUTPUT_RESOLUTION.  The default value for this
  293. parameter is 4 for all databases.
  294.  
  295.     "poly/patches" is the total number of polygons and polygonal patches
  296. generated when using OUTPUT_PATCHES.
  297.  
  298.     "lights" is simply the number of lights in a scene.  "background" is the
  299. percentage of background color (empty space) seen directly by the eye for the
  300. given view.  "reflector" tells if there are reflective objects in the scene,
  301. and "transmitter" if there are transparent objects.
  302.  
  303.     "eye hit rays" is the number of rays from the eye which actually hit an
  304. object (i.e. not the background).  513x513 eye rays are assumed to be shot
  305. (i.e. one ray per pixel corner).  "reflect rays" is the total number of rays
  306. generated by reflection off of reflecting and transmitting surfaces.  "refract
  307. rays" is the number of rays generated by transmitting surfaces.  "shadow rays"
  308. is the sum total of rays shot towards the lights.  Note that if a surface is
  309. facing away from a light, or the background is hit, a light ray is not formed.
  310. The numbers given can vary noticeably from a given ray tracer, but should all
  311. be within about 10%.
  312.  
  313.     "K" means exactly 1000 (not 1024), with number rounded to the nearest K.
  314. All of the above statistics should be approximately the same for all
  315. classical ray tracers.
  316.  
  317.  
  318. Testing Procedures
  319. ------------------
  320.  
  321. Below are listed the requirements for testing various algorithms.  These test
  322. conditions should be realizable by most renderers, and are meant to represent
  323. a common mode of operation for each algorithm.  Special features which the
  324. software supports (or standard features which it lacks) should be noted in
  325. your statistics.
  326.  
  327.     1)  The non-polygon (OUTPUT_CURVES) format should normally be used for
  328.     ray-tracing tests.
  329.  
  330.     2)  All opaque (non-transmitting) primitives can be considered one-sided
  331.     for rendering purposes.  Only the outside of primitives are visible in
  332.     the scenes.  The only exception to this is the "teapot" database, in
  333.     which the teapot itself should normally be double sided (this is
  334.     necessary because the lid of the teapot does not fit tightly, allowing
  335.     the viewer to see back faces).
  336.  
  337.     3)  Polygonal patches (which are always triangles in the SPD) should have
  338.     smooth shading, if available.
  339.  
  340.     4)  Specular highlighting should be performed for surfaces with a
  341.     reflective component.  The simple Phong distribution model is
  342.     sufficient.
  343.  
  344.     5)  Light sources are positional.  If unavailable, assign the directional
  345.     lights a vector given by the light position and the viewing "lookat"
  346.     position.
  347.  
  348.     6)  Render at a resolution of 512 x 512 pixels, shooting rays at the
  349.     corners (meaning that 513 x 513 eye rays will be created).  The four
  350.     corner contributions are averaged to arrive at a pixel value.  If
  351.     rendering is done differently, note this fact.  No pixel subdivision
  352.     is performed.
  353.  
  354.     7)  The maximum tree depth is 5 (where the eye ray is of depth 1).  Beyond
  355.     this depth rays do not have to be spawned.
  356.  
  357.     8)  All rays hitting only reflective and transmitting objects spawn
  358.     reflection rays, unless the maximum ray depth was reached by the
  359.     spawning ray.  No adaptive tree depth cutoff is allowed; that is, all
  360.     rays must be spawned (adaptive tree depth is a proven time saver and
  361.     is also dependent on the color model used - see Roy Hall's work for
  362.     details).
  363.  
  364.     9)  All rays hitting transmitting objects spawn refraction rays, unless
  365.     the maximum ray depth was reached or total internal reflection occurs.
  366.     Transmitting rays should be refracted using Snell's Law (i.e. should
  367.     not pass straight through an object).  If total internal reflection
  368.     occurs, a reflection ray should still be generated at this node.  Note
  369.     that all transmitters in the SPD are also reflective, but this is
  370.     not a requirement of the file format itself.
  371.  
  372.     10) A shadow ray is not generated if the surface normal points away from
  373.     the light.  This is true even on transmitting surfaces.  Note any
  374.     changes from this condition.
  375.  
  376.     11) Assume no hierarchy is given with the database (for example, color
  377.     change cannot be used to note a clustering).  The ray tracing program
  378.     itself can create its own hierarchy, but this process should be
  379.     automatic.  Note any exceptions to this (e.g. not including the
  380.     background polygon in the efficiency structure, changing the
  381.     background polygon into an infinite plane, etc).  Such changes can be
  382.     critical for the efficiency of some schemes, so an explanation of why
  383.     changes were made is important.
  384.  
  385.     12) Timing costs should be separated into at least two areas: preprocessing
  386.     and ray-tracing.  Preprocessing includes all time spent initializing,
  387.     reading the database, and creating data structures needed to ray-trace.
  388.     Preprocessing should be all the constant cost operations--those that
  389.     do not change with the resolution of the image.  Ray-tracing is the
  390.     time actually spent tracing the rays (i.e. everything that is not
  391.     preprocessing).
  392.  
  393.     13) Other timing costs which would be of interest are in a breakdown of
  394.     times spent in preprocessing and during actual ray-tracing.  Examples
  395.     include time spent reading in the data itself, creating a hierarchy,
  396.     octree, or item buffer, and times spent on intersection the various
  397.     primitives and on calculating the shade.
  398.  
  399.     14) Time-independent statistics on the performance of the algorithm should
  400.     be gathered.  Some examples are the number of ray/object intersection
  401.     tests, the number of ray/object tests which actually hit objects,
  402.     number of octree or grid nodes accessed, and the number of successful
  403.     shadow cache hits.
  404.  
  405.  
  406. Timings
  407. -------
  408.  
  409. Rendering time of the ray-traced test set on an HP-835, optimized (512 x 512):
  410.  
  411.        Input   Setup  Ray-Tracing  |  Polygon   Sphere    Cyl/Cone    Bounding
  412.         (hr:min:sec)           |   Tests     Tests      Tests    Box Tests
  413. -------------------------------------------------------------------------------
  414. balls   0:14    0:19      24:56    |    822K     6197K        0        51726K
  415. gears   0:56    0:18    1:02:31    |  13703K       0          0       107105K
  416. mount   0:31    0:14      18:49    |   4076K     3978K        0        31106K
  417. rings   0:41    0:33      53:41    |   1045K     5315K     16298K      91591K
  418. teapot  1:02    0:18      25:38    |   7281K       0          0        57050K
  419. tetra   0:15    0:06       3:48    |    965K       0          0         7637K
  420. tree    0:40    0:31      11:36    |    479K      524K      1319K      22002K
  421.  
  422. Input:  time spent reading in the NFF file.
  423.  
  424. Setup:  time spent creating the database and any ray tracing efficiency
  425. structures, and cleaning up after ray trace (does not include "Input" time).
  426.  
  427. Ray-Tracing:  time spent traversing and rendering the pixel grid.
  428.  
  429.  
  430. A typical set of ray tracing intersection statistics for the tetra database is:
  431.  
  432. [these statistics should be the same for all users]
  433.   image size: 512 x 512
  434.   total number of pixels: 262144            [ 512 x 512 ]
  435.   total number of trees generated: 263169        [ 513 x 513 ]
  436.   total number of tree rays generated: 263169        [ no rays spawned ]
  437.   number of eye rays which hit background: 213381    [ 81% - might vary ]
  438.   average number of rays per tree: 1.000000
  439.   average number of rays per pixel: 1.003910
  440.   total number of shadow rays generated: 46111        [ might vary a bit ]
  441.  
  442. [these tests vary depending on the ray-tracing algorithm used]
  443. Intersector performance
  444.   Bounding box intersections:      7636497  -    26.71 usec/test
  445.   Polygon intersections:            964567  -    36.77 usec/test
  446.  
  447. Ray generation
  448.   Eye rays generated:              263169 ( 49788 hit - 18.92% )
  449.   Reflection rays generated:            0
  450.   Refraction rays generated:            0
  451.   Shadow rays generated:            46111
  452.       Coherency hits:                3407  -  7.39 % of total
  453.       Fully tested:                 42704
  454.  
  455.  
  456.     The ray-tracer which generated these statistics is based on hierarchical
  457. bounding boxes generated using Goldsmith & Salmon's automatic hierarchy method
  458. (see IEEE CG&A May 1987).  It no longer uses an item buffer, hence the higher
  459. number of overall intersection tests from earlier SPD versions.
  460.  
  461.     One problem worth analyzing when using the SPD for efficiency tests is how
  462. octree, SEADS, and other space dividing algorithms perform when the background
  463. polygon dimensions are changed (thus changing the size of the outermost
  464. enclosing box, which changes the encoding of the environment).  One analysis of
  465. the effect of the background polygon on RayShade can be found in "Ray Tracing
  466. News", volume 3, number 1.
  467.  
  468.  
  469. Future Work
  470. -----------
  471.  
  472.     These databases are not meant to be the ultimate in standards, but are
  473. presented as an attempt at providing representative modeled environments.  A
  474. number of extensions to the file format could be provided someday, along with
  475. new database generators which use them.  The present databases do not contain
  476. polygons with holes, spline patches, polygonal mesh, triangular strip, or
  477. polyhedron data structures.  Modeling matrices are not output, and CSG
  478. combined primitives are not included.  Light sources are particularly
  479. simplistic.  For a richer, more user-friendly scene description language,
  480. take a look at RayShade or RenderMan.
  481.  
  482.     As far as database geometry is concerned, most scenes have a preponderance
  483. of small primitives.  If you find that these databases do not reflect the type
  484. of environments you render, please write and explain why (or better yet, write
  485. one or more programs that will generate your "typical" environments--maybe it
  486. will get put in the next release).
  487.  
  488.  
  489. Acknowledgements
  490. ----------------
  491.  
  492.     I originally heard of the idea of standard scenes from Don Greenberg back
  493. in 1984.  Some time earlier he and Ed Catmull had talked over coming up with
  494. some standard databases for testing algorithmic claims, and to them must go
  495. the credit for the basic concept.  The idea of making small programs which
  496. generate the data came to me after Tim Kay generously sent huge files of his
  497. tree database via email - I felt there had to be a better way.  Adding the
  498. teapot was inspired by the repeated demand on comp.graphics for this database,
  499. certainly the most famous of all.
  500.  
  501.     Many thanks to the reviewers, listed alphabetically:  Kells Elmquist, Jeff
  502. Goldsmith, Donald Greenberg, David Hook, Craig Kolb, Susan Spach, Rick Speer,
  503. K.R. Subramanian, J. Eric Townsend, Mark VandeWettering, John Wallace, Greg
  504. Ward, and Louise Watson.  Other people who have kindly offered their ideas and
  505. opinions on this project include Brian Barsky, Andrew Glassner, Roy Hall, Chip
  506. Hatfield, Tim Kay, John Recker, Paul Strauss, and Chan Verbeck.  These names
  507. are mentioned mostly as a listing of people interested in this idea.  They do
  508. not necessarily agree (and in some cases strongly disagree) with the validity
  509. of the concept or the choice of databases.
  510.  
  511.     Your comments and suggestions on these databases are appreciated.  Please
  512. do send me any timing results for software and hardware which you test, or any
  513. publications which use the SPD package.
  514.